-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copy-tracking: Initial Implementation #3962
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks generally good. There's of course some obvious problems, not only caring about the first root and first head commit.
There's also the design issue related to conflicts, which @ilyagr and I talked about on Discord a day or two ago. I don't think that will have huge impact on the code you've already written.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just minor stuff left.
- add the method and types for all backends
The usage of this is not tied into the rest of
jj
so I have not updated the changelog, but I would like to move forward with this.Checklist
If applicable:
CHANGELOG.md